home *** CD-ROM | disk | FTP | other *** search
- Path: news.acadia.net!usenet
- From: steven2@salesbook.com (Steve Nutt)
- Newsgroups: comp.lang.c++
- Subject: Re: One very puzzled programmer
- Date: Sun, 17 Mar 1996 08:18:43 GMT
- Organization: DET
- Message-ID: <4ig77h$5t9@post.acadia.net>
- References: <Do8J1J.4rB@news.tcd.ie>
- Reply-To: steven2@salesbook.com
- NNTP-Posting-Host: blf9.acadia.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- bpbyrne@tcd.ie (Brian Byrne) wrote:
-
-
- > Ok,..the problem is this,..i have a program using TBitmaps and
- >the sndPlaySound function being compiled on BorlandC++ v4.02,
- >It compiles and runs with no problems, and will run outside of
- >BorlandC++ as long as borlandc++ is running somewhere on my machine,
- >but as soon as i close BorlandC++ the program whan i try to run it says
- >General Exception in module Bids402.dll,
- >i've given the executable access to all dll's etc,....and tried running
- >& compiling on other machines,...no help at all.
- >for what it's worth i'm running win 3.1 with a 32-bit extender thingie
- >that comes with Borland, on a 486sx.
- >if anyone has even the vaguest idea what's causing this please drop me a
- >line,..i've been tearing my hair out on this one for weeks!
- >Mail me at bpbyrne@alf2.tcd.ie
- >thanks again,
- >BRian Byrne
-
- >--
- >------------------------------------------------------------------------------
- >Brian Byrne, (bpbyrne@tcd.ie)
- >3rd Year Computer Engineering,
- >Trinity College Dublin.
-
- Well this does not sound like the correct answer if it is dying in
- bids, but a common reason why apps don't run when the IDE is not
- running is because they use BWCC and don't load it. Try loading it and
- see if that helps.
-
- Steve
-
-